func golang.org/x/net/internal/httpsfv.consumeToken
3 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L442: func consumeToken(s string) (consumed, rest string, ok bool) {
httpsfv.go#L463: if _, rest, ok := consumeToken(s); !ok || rest != "" {
httpsfv.go#L653: return consumeToken(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)